home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Multimedia / Futuris Imager 4.7 / imager.exe / helper.dll / 0 / RCDATA / TFRMDITHER / TFRMDITHER.txt
Text File  |  2004-10-22  |  4KB  |  180 lines

  1. object frmDither: TfrmDither
  2.   Left = 190
  3.   Top = 105
  4.   ActiveControl = btnOK
  5.   BorderStyle = bsDialog
  6.   Caption = 'Dithering'
  7.   ClientHeight = 253
  8.   ClientWidth = 466
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poOwnerFormCenter
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object gbxColorReduction: TGroupBox
  22.     Left = 8
  23.     Top = 7
  24.     Width = 225
  25.     Height = 207
  26.     Caption = ' Color Reduction '
  27.     TabOrder = 0
  28.     object rbnCRnone: TRadioButton
  29.       Left = 10
  30.       Top = 18
  31.       Width = 204
  32.       Height = 17
  33.       Caption = 'No color reduction'
  34.       TabOrder = 0
  35.     end
  36.     object rbnCRwin20: TRadioButton
  37.       Left = 10
  38.       Top = 38
  39.       Width = 204
  40.       Height = 17
  41.       Caption = 'Windows 20 color system palette'
  42.       TabOrder = 1
  43.     end
  44.     object rbnCRwin256: TRadioButton
  45.       Left = 10
  46.       Top = 58
  47.       Width = 204
  48.       Height = 17
  49.       Caption = 'Windows 256 color halftone palette'
  50.       TabOrder = 2
  51.     end
  52.     object rbnCRwinGr: TRadioButton
  53.       Left = 10
  54.       Top = 78
  55.       Width = 204
  56.       Height = 17
  57.       Caption = 'Windows 4 grayscale colors'
  58.       TabOrder = 3
  59.     end
  60.     object rbnCRmono: TRadioButton
  61.       Left = 10
  62.       Top = 98
  63.       Width = 204
  64.       Height = 17
  65.       Caption = 'Black/white monochrome palette'
  66.       TabOrder = 4
  67.     end
  68.     object rbnCRgrayscale: TRadioButton
  69.       Left = 10
  70.       Top = 118
  71.       Width = 204
  72.       Height = 17
  73.       Caption = 'Uniform 256 shade grayscale palette'
  74.       TabOrder = 5
  75.     end
  76.     object rbnCRnetscape: TRadioButton
  77.       Left = 10
  78.       Top = 138
  79.       Width = 204
  80.       Height = 17
  81.       Caption = 'Netscape 216 color palette'
  82.       TabOrder = 6
  83.     end
  84.     object rbnCRquant: TRadioButton
  85.       Left = 10
  86.       Top = 158
  87.       Width = 204
  88.       Height = 17
  89.       Caption = 'Optimal color palette'
  90.       Checked = True
  91.       TabOrder = 7
  92.       TabStop = True
  93.     end
  94.     object rbnCRquantWin: TRadioButton
  95.       Left = 10
  96.       Top = 178
  97.       Width = 204
  98.       Height = 17
  99.       Caption = 'Optimal 256 color Windows palette'
  100.       TabOrder = 8
  101.     end
  102.   end
  103.   object gbxDithering: TGroupBox
  104.     Left = 240
  105.     Top = 7
  106.     Width = 218
  107.     Height = 207
  108.     Caption = ' Dithering '
  109.     TabOrder = 1
  110.     object rbnDNear: TRadioButton
  111.       Left = 10
  112.       Top = 18
  113.       Width = 202
  114.       Height = 17
  115.       Caption = 'Nearest color matching'
  116.       TabOrder = 0
  117.     end
  118.     object rbnDfs: TRadioButton
  119.       Left = 10
  120.       Top = 38
  121.       Width = 202
  122.       Height = 17
  123.       Caption = 'Floyd Steinberg Error Diffusion'
  124.       Checked = True
  125.       TabOrder = 1
  126.       TabStop = True
  127.     end
  128.     object rbnDsierra: TRadioButton
  129.       Left = 10
  130.       Top = 78
  131.       Width = 202
  132.       Height = 17
  133.       Caption = 'Sierra Error Diffusion'
  134.       TabOrder = 2
  135.     end
  136.     object rbnDjajuni: TRadioButton
  137.       Left = 10
  138.       Top = 98
  139.       Width = 202
  140.       Height = 17
  141.       Caption = 'Jarvis, Judice && Ninke Error Diffusion'
  142.       TabOrder = 3
  143.     end
  144.     object rbnDstucki: TRadioButton
  145.       Left = 10
  146.       Top = 58
  147.       Width = 202
  148.       Height = 17
  149.       Caption = 'Stucki Error Diffusion'
  150.       TabOrder = 4
  151.     end
  152.     object rbnDstevearche: TRadioButton
  153.       Left = 10
  154.       Top = 118
  155.       Width = 202
  156.       Height = 17
  157.       Caption = 'Stevenson && Arche Error Diffusion'
  158.       TabOrder = 5
  159.     end
  160.     object rbnDburkes: TRadioButton
  161.       Left = 10
  162.       Top = 138
  163.       Width = 202
  164.       Height = 17
  165.       Caption = 'Burkes Error Diffusion'
  166.       TabOrder = 6
  167.     end
  168.   end
  169.   object btnOK: TButton
  170.     Left = 383
  171.     Top = 219
  172.     Width = 75
  173.     Height = 25
  174.     Caption = 'OK'
  175.     Default = True
  176.     TabOrder = 2
  177.     OnClick = btnOKClick
  178.   end
  179. end
  180.